Feature: Enviar e-mail de invitacion al staff

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
0m 24.757s

Scenario: Con mi usuario de ghost quiero enviar una invitacion a un email con un rol no existente

Before 0m 0.830s
Given I navigate to page "http://localhost:3001/ghost/" 0m 0.750s
And I wait for 2 seconds 0m 2.118s
When I enter login email "<USERNAME1>" 0m 0.292s
And I wait for 1 seconds 0m 1.191s
And I enter login password "<PASSWORD1>" 0m 0.271s
And I wait for 1 seconds 0m 1.212s
And I submit login 0m 0.245s
And I wait for 3 seconds 0m 3.288s
Then I should have a nav-bar with functions 0m 0.268s
When I click on the "staff" function 0m 0.449s
And I wait for 1 seconds 0m 1.243s
Then I should have this "gh-btn gh-btn-green" button 0m 0.196s
Then I save existing email 0m 0.187s
When I click invite people 0m 0.348s
And I wait for 1 seconds 0m 1.279s
And I enter email Adress 0m 0.410s
And I wait for 1 seconds 0m 1.355s
And I change the role 0m 0.318s
And I wait for 1 seconds 0m 1.371s
And I send invitation 0m 0.510s
And I wait for 6 seconds 0m 6.339s
Then I should have email error message "Please select a role." 0m 0.273s
After 0m 0.014s

Screenshots

Before
NO IMAGE AVAILABLE
Given I navigate to page "http://localhost:3001/ghost/"
And I wait for 2 seconds
When I enter login email "<USERNAME1>"
And I wait for 1 seconds
And I enter login password "<PASSWORD1>"
And I wait for 1 seconds
And I submit login
And I wait for 3 seconds
Then I should have a nav-bar with functions
When I click on the "staff" function
And I wait for 1 seconds
Then I should have this "gh-btn gh-btn-green" button
Then I save existing email
When I click invite people
And I wait for 1 seconds
And I enter email Adress
And I wait for 1 seconds
And I change the role
And I wait for 1 seconds
And I send invitation
And I wait for 6 seconds
Then I should have email error message "Please select a role."
After
NO IMAGE AVAILABLE